[]
        
(Showing Draft Content)

C1.DataCollection.SignalR.Server.C1DataCollectionHub-1.ReplaceAsync

ReplaceAsync Method

ReplaceAsync(Guid, int, T)

Replaces the item at the specified index by the new specified item.

Declaration
public Task<int> ReplaceAsync(Guid eTag, int index, T item)
Parameters
Type Name Description
Guid eTag

The token that determines whether the calling collection is synchronized.

int index

The index.

T item

The item.

Returns
Type Description
Task<int>